home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / network / misc / host_tar.z / host_tar / README.linux
Encoding:
Text File  |  1993-04-07  |  2.1 KB  |  64 lines

  1. This is host, a simple DNS query program.  The man page explains usage
  2. and stuff.  It contains a patch by joern@imf.unit.no, here's his comments:
  3.  
  4. > The following fix to the "host" program serves to increase robustness, eg.
  5. > core dumping on insufficient arguments is in some cases avoided.  Default
  6. > host is the local host, default query type and class is "any". This is all
  7. > undocumented so far -- both the manual page and the "usage" string needs to
  8. > be updated.
  9.  
  10. The source can be found at many FTP sites; I fetched it from
  11. ugle.unit.no, file /pub/unix/network/host.tar.Z.
  12.  
  13. here are some example usages:
  14.  
  15. Just the address of kuruk.nvg.unit.no:
  16.  
  17. >host kuruk.nvg.unit.no
  18. kuruk.nvg.unit.no has address 129.241.163.238
  19.  
  20. Any info on remus.rutgers.edu:
  21.  
  22. >host -t any remus.rutgers.edu
  23. remus.rutgers.edu has address 128.6.13.3
  24. remus.rutgers.edu HINFO Sun-4/380 Unix
  25. remus.rutgers.edu mail is handled by remus.Rutgers.EDU
  26.  
  27. What machine has IP number 129.241.1.97:
  28.  
  29. >host 129.241.1.97
  30. Name: ugle.unit.no
  31. Address: 129.241.1.97
  32. Aliases:
  33.  
  34. Any info on machines in Albania:
  35.  
  36. >host -t any -l al.
  37. al SOA  gwd2i.cnuce.cnr.it gennai.cnuce.cnr.it(
  38.                         92030401        ;serial (version)
  39.                         10800   ;refresh period
  40.                         900     ;retry refresh this often
  41.                         604800  ;expiration period
  42.                         86400   ;minimum TTL
  43.                         )
  44. al NS icnucevx.cnuce.cnr.it
  45. icnucevx.cnuce.cnr.it has address 131.114.2.130
  46. icnucevx.cnuce.cnr.it has address 131.114.1.30
  47. icnucevx.cnuce.cnr.it has address 131.114.1.30
  48. al NS gwd2i.cnuce.cnr.it
  49. gwd2i.cnuce.cnr.it has address 131.114.1.31
  50. gwd2i.cnuce.cnr.it has address 131.114.1.31
  51. uniti.al mail is handled by icnucevx.cnuce.cnr.it
  52. dinf.uniti.al mail is handled by icnucevx.cnuce.cnr.it
  53. al SOA  gwd2i.cnuce.cnr.it gennai.cnuce.cnr.it(
  54.                         92030401        ;serial (version)
  55.                         10800   ;refresh period
  56.                         900     ;retry refresh this often
  57.                         604800  ;expiration period
  58.                         86400   ;minimum TTL
  59.                         )
  60.  
  61. --
  62. Arnt Gulbrandsen
  63. agulbra@nvg.unit.no
  64.